rm update
[EroBeats.git] / Djinn and Tonic - Erobeats / Level2.h
blob984ee61e59ebc3f561279ebc8f250a783fa09898
1 #pragma once
2 #include "LevelTemplate.h"
3 class Level2 : public LevelTemplate
5 public:
6 Level2();
7 ~Level2();
9 void update();
10 void play();
11 void render();